Skip to main content

PropertyChangingEventArgs

The PropertyChangingEventArgs class extends BaseEventArgs and represents event arguments for property value changes before they are applied.

Properties

NameDescription
OldValueThe current value of the property before the change.
ResponseParametersThe response parameters associated with the event.
NewValueThe new value that is about to be set.
CancelIndicates whether the property change should be canceled.
NameThe name of the property that is about to change.

Constructors

NameDescription
PropertyChangingEventArgs()Initializes a new instance of the PropertyChangingEventArgs class.

Generic Types

NameDescription
TValueGeneric type of value properties.